home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / misc / amiscsi.arj / SCSITIP.026 < prev    next >
Text File  |  1993-04-23  |  2KB  |  46 lines

  1. Tech Tip
  2.  
  3.  
  4. TECH TIP NO.:    TTSCSI.026
  5. PRODUCTS:        Series 15 Fast Fisk EISA Caching SCSI Host Adapter
  6.             Series 44 Fast Disk EISA Caching SCSI Host Adapter
  7.             Series 441 Fast Disk-F EISA Caching SCSI Host Adapter
  8.             Series 48 Fast Disk NC SCSI Host Adapter
  9. DATE:            3/24/93
  10. ORIGINATOR:        Don Burns
  11. RELEASED BY:    Documentation Control
  12.  
  13. SUBJECT:        SCO UNIX: AMI SCSI Controllers
  14.  
  15.  
  16.  
  17. When utilizing multiple LUNs under SCO UNIX, the "mkdev hd" and "mkdev fs" 
  18. utilities must be completed on a single LUN before using these utilities on 
  19. another LUN.  The file system should be rebuilt after each of the "mkdev" 
  20. operations.  The results of not following this procedure are erratic naming 
  21. conventions (i.e. what you named a LUN 1 partition might later be assigned to 
  22. LUN 0), and the failure of building the second filesystem.  This example is the 
  23. minimum of what might be encountered if the entire set of "mkdev" operations is 
  24. not completed on a single LUN before starting another!
  25.  
  26. Follow the steps below to avoid encountering this problem.
  27.  
  28.     1:    #mkdev hd
  29.         {Enter host adapter, id and LUN information}
  30.         {Choose to rebuild the kernel}
  31.         {Choose to reboot}
  32.  
  33.     2:    #mkdev hd 
  34.         {Enter the same information as above}
  35.         {configure the partitions, and name the device}
  36.         {Choose to rebuild the kernel}
  37.         {Choose to reboot}
  38.  
  39.     3:    #mkdev fs
  40.         {Enter the same information as above}
  41.         {Enter the name of the directory that you want the device 
  42. mounted}
  43.         {Choose to rebuild the kernel once again}
  44.         {Choose to reboot}
  45.  
  46. ***Repeat steps 1-3 for the second LUN.